From: Keir Fraser Date: Tue, 15 Jun 2010 10:37:59 +0000 (+0100) Subject: buildconfig: Set CONFIG_TUN=y in Linux kernel config X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11930 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=6fa52bad2695a57bb23aa4421d80bb83bf5007d0;p=xen.git buildconfig: Set CONFIG_TUN=y in Linux kernel config This is needed by the pv_ops kernel in order to support HVM guests with emulated VIFs Signed-off-by: Alex Zeffertt --- diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index a4dc5362c2..f3d65ce048 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -48,6 +48,7 @@ setopt CONFIG_XEN_DOM0 y setopt CONFIG_XEN_SYS_HYPERVISOR y setopt CONFIG_XEN_GNTDEV y setopt CONFIG_VMI y +setopt CONFIG_TUN y setopt CONFIG_KVM y setopt CONFIG_KVM_INTEL y